From: Juri Linkov Date: Thu, 1 Feb 2024 17:16:37 +0000 (+0200) Subject: * lisp/simple.el (read-from-kill-ring): Ignore `read-only' text property. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~2719 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d89e427852a63dbeed3d5e03d9deb2ae9a8e3e1b;p=emacs.git * lisp/simple.el (read-from-kill-ring): Ignore `read-only' text property. Add `read-only' to the list of text properties removed from history items (bug#68847). --- diff --git a/lisp/simple.el b/lisp/simple.el index 8246b9cab81..9a33049f4ca 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -6419,7 +6419,7 @@ PROMPT is a string to prompt with." 0 (length s) '( keymap local-map action mouse-action - button category help-args) + read-only button category help-args) s) s) kill-ring))